home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Games
/
Solitaire
/
Sources
/
Spider
/
SpiderPrefs.m
< prev
next >
Wrap
Text File
|
1994-01-18
|
616b
|
28 lines
/* indent:4 tabsize:8 font:fixed-width */
#import "SpiderPrefs.h"
@implementation SpiderPrefs
/*---------------------------------------------------------------------------
|
| - registerPrefs
|
| returns: (id) self
|
|----------------------------------------------------------------------------
|
| Register the preferences for this game. Called automatically.
|
\---------------------------------------------------------------------------*/
- registerPrefs
{
/* remove this line and add your own code if your module has preferences */
[super registerPrefs];
return self;
}
@end